@import '_content/PSC.Blazor.Components.MarkdownEditor/PSC.Blazor.Components.MarkdownEditor.bundle.scp.css';

/* _content/ElectrumDev Website/Pages/AboutMe.razor.rz.scp.css */
h1[b-pdtdt74nzi] {
	color: white;
	font-size: 70px;
	font-weight: 700;
}

h2[b-pdtdt74nzi] {
	color: white;
	font-size: 46px;
	font-weight: 600;
}

h3[b-pdtdt74nzi] {
	color: rgb(204, 204, 204);
	font-size: 30px;
	font-weight: 500;
}
li[b-pdtdt74nzi] {
	color: rgb(204, 204, 204);
	font-size: 23px;
	font-family: "Nunito", sans-serif;
	font-weight: 600;
}
/* _content/ElectrumDev Website/Pages/AdminPage.razor.rz.scp.css */

.mini-table-child[b-er6gi7hzic] {
    width: 370%;
}
/* _content/ElectrumDev Website/Pages/BlogPostPage.razor.rz.scp.css */
.mini-like-button[b-2n8lc6tzkn] {
    display: flex;
    flex-direction: row;
    align-self: center;
    max-width: 30px;
    margin:auto;
}


/* _content/ElectrumDev Website/Pages/Contact.razor.rz.scp.css */
h1[b-ghe7penajw] {
	color: white;
	font-size: 70px;
	font-weight: 700;
}

h2[b-ghe7penajw] {
	color: white;
	font-size: 46px;
	font-weight: 600;
}

h3[b-ghe7penajw] {
	color: rgb(204, 204, 204);
	font-size: 30px;
	font-weight: 500;
}

li[b-ghe7penajw] {
	color: rgb(204, 204, 204);
	font-size: 23px;
	font-family: "Nunito", sans-serif;
	font-weight: 600;
}


.main-button[b-ghe7penajw] {
	color: white;
	padding: 15px 10px;
	background-color: rgb(43, 83, 212);
	text-decoration: none;
	border: none;
	font-size: 20px;
	border-radius: 15px;
	font-weight: 600;
	transition: 0.3s ease 0s;
}

.main-button:hover[b-ghe7penajw] {
	color: black;
	background-color: white;
}

.secondary-button[b-ghe7penajw] {

	cursor: pointer;
	color: black;
	background-color: white;
	text-decoration: none;
	padding: 15px 10px;
	border: none;
	font-size: 20px;
	border-radius: 15px;
	font-weight: 600;
}
/* _content/ElectrumDev Website/Pages/CreateTagPage.razor.rz.scp.css */
h2[b-y35g35y9sd] {
	color:white;
	font-weight: 500;
	font-size: 36px;
}

h3[b-y35g35y9sd] {
	color: rgb(225, 225, 225);
	font-weight: 500;
	font-size: 26px;
}


.submit-form[b-y35g35y9sd] {
	color: white;
	font-size: 18px;
	border-radius: 10px;
	background-color: rgb(43, 83, 212);
	padding: 13px 15px;
	border: none;
	margin-bottom: 8vh;
}



/* _content/ElectrumDev Website/Shared/Blog/BlogPage.razor.rz.scp.css */

.sidebar[b-27ne94qony] {
    padding: 10px 15px;
    position: static;
    margin-top: 4rem;
    background-color: rgb(56, 56, 56, 0.5);
    width: 30%;
    height: 100vh;
    color: white;
    display: flex;
    flex-direction: column;
}

.search-container[b-27ne94qony] {
    width: 100%;
    max-width: 100%;
    height: 150%;
    display: flex;
    justify-content: space-between;
}

.bar[b-27ne94qony] {
    color: white;
    width: 80%;
    height: 100%;
    margin-right: 2%;
    float: left;
    padding: 4px 5px;
    background: rgb(141, 141, 141, 0.50);
    -webkit-backdrop-filter: blur(200px);
    border-radius: 8px;
    border: none;
    backdrop-filter: blur(200px) saturate(70%);
}

    .bar:focus[b-27ne94qony] {
        outline: none;
    }

.icon[b-27ne94qony] {
    width: 20%;
    height: 100%;
    float: right;
    border-radius: 8px;
    background: rgb(141, 141, 141, 0.50);
    -webkit-backdrop-filter: blur(200px);
    backdrop-filter: blur(200px) saturate(70%);
    font-size: 17px;
    border: none;
    cursor: pointer;
}

    .icon i img[b-27ne94qony] {
        width: 20px;
    }

.drop-down[b-27ne94qony] {
    font-weight: 500;
    color: white;
    width: 100%;
    padding: 8px 12px;
    font-size: 20px;
    border: none;
    background: rgb(99, 99, 99, 0.50);
    -webkit-backdrop-filter: blur(200px);
    backdrop-filter: blur(200px) saturate(70%);
    border-radius: 8px;
    text-align: left;
    margin-top: 20%;
}

.bottom-drop-down[b-27ne94qony] {
    margin-left: 2%;
    margin-right: 2%;
    background: rgb(141, 141, 141, 0.40);
    -webkit-backdrop-filter: blur(200px);
    backdrop-filter: blur(200px) saturate(70%);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 0;
    padding: 8px 4px;
    animation: 3s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.create-post[b-27ne94qony] {
    font-weight: 500;
    width: 100%;
    font-size: 20px;
    color: white;
    text-align: left;
    padding: 6px 10px;
    border-radius: 8px;
    border: none;
    background: -webkit-linear-gradient(56deg, rgb(25, 159, 222), #20e974);
    margin: auto;
    margin-bottom: 2%;
}

    .create-post i[b-27ne94qony] {
        float: right;
        padding-right: 8px;
        padding-bottom: 3px;
    }

.create-tag[b-27ne94qony] {
    font-weight: 500;
    width: 100%;
    font-size: 20px;
    color: white;
    text-align: left;
    padding: 6px 10px;
    border-radius: 8px;
    border: none;
    background-color: rgb(43, 83, 212);
    margin: auto;
}

    .create-tag i[b-27ne94qony] {
        float: right;
        padding-right: 8px;
        padding-bottom: 3px;
    }


.tag-zone[b-27ne94qony] {
    margin: 0px;
    width: 100%;
    margin-top: 9%;
}

    .tag-zone span[b-27ne94qony] {
        width: 100%;
        background-color: rgb(69 69 69 / 0.80);
        padding: 10px;
        padding-bottom: 0px;
        text-align: left;
        border-top-right-radius: 18px;
        border-top-left-radius: 18px;
        color: white;
    }

    .tag-zone .tag-zone-zone[b-27ne94qony] {
        background-color: rgb(87 87 87 / 0.90);
        padding: 12px;
        border-bottom-right-radius: 18px;
        border-bottom-left-radius: 18px;
        margin-top: 0px;
    }

.blog-page[b-27ne94qony] {
    display: flex;
    flex-direction: row;
}

.filter-zone[b-27ne94qony] {


    margin-top: 1%;

    overflow-y: auto;
    position: fixed;
    max-width: 30vw;
    display: flex;
    flex-direction: column;

    height: 90vh;
}

.mini-filter-zone[b-27ne94qony] {
    z-index: 4;
    margin-top: 1%;
    overflow-y: auto;
    position: fixed;
    width: 92%;
    display: flex;
    flex-direction: column;
    height: 90vh;
}

.post-zone[b-27ne94qony] {
    min-height: 100vh;
    width: 100%;
}
.button-zone[b-27ne94qony] {
    width: 100%;
    padding: 8px;
    background-color: rgb(87 87 87 / 0.90);

    border-radius: 18px;

    display: flex;
    flex-direction: column;
}
/* _content/ElectrumDev Website/Shared/Blog/BlogPost.razor.rz.scp.css */

.mini-carousel[b-mur56jcmx5] {
    width: 100%;
    background-color: rgb(69 69 69);
}

.mini-title[b-mur56jcmx5] {
    height: 0px;
    color: white;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    top: 6px;
    left: 9px;
    z-index: 3;
    color: white;
}

.mini-container-caro[b-mur56jcmx5] {
 position: relative;
}

.mini-box-shadow[b-mur56jcmx5] {
    box-shadow: 0px -2px 300px 55px rgb(69,69,69);
}

@media (min-width: 960px) {
    .post-box[b-mur56jcmx5] {
        margin: 2%;
        width: contain;
    }

    .content-area[b-mur56jcmx5] {
        display: flex;
        flex-direction: row;
        gap: 10px;
        width: 100%;
    }

    .bottom-area[b-mur56jcmx5] {
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        width: 100%;
        background-color: rgb(100 100 100 / 0.80);
        padding: 8px;
        border-radius: 8px;
    }

    .min-ca[b-mur56jcmx5] {
        min-width: 50%;
        max-width: 100%;
        max-height: 40vh;
        overflow-y: hidden;
    }

    .double[b-mur56jcmx5] {
        width: 200%;
    }

    .mini-content[b-mur56jcmx5] {
        text-align: left;
    }

    .post-title[b-mur56jcmx5] {
        background-color: rgb(69 69 69 / 0.80);
        padding: 8px;
        border-radius: 8px;
        display: flex;
        text-align: left;
        flex-direction: column;
        margin-bottom: 10px;
    }

        .post-title h1[b-mur56jcmx5] {
            color: rgb(230, 230, 230);
            font-size: 6vh;
            font-weight: 500;
        }

    .CCE[b-mur56jcmx5] {
        height: 40vh;
        width: 99%;
        border-radius: 7px;
        border: 2px white solid;
    }
}

@media (max-width: 960px) {
    .CCE[b-mur56jcmx5] {
        height: 20vh;
        width: 99%;
        border-radius: 7px;
        border: 2px white solid;
    }
    .post-box[b-mur56jcmx5] {
        margin: 2%;
        width: contain;
    }

    .content-area[b-mur56jcmx5] {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .bottom-area[b-mur56jcmx5] {
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        width: 100%;
        background-color: rgb(100 100 100 / 0.80);
        padding: 8px;
        border-radius: 8px;
    }

    .min-ca[b-mur56jcmx5] {
        width: 100%;
        max-height: 45vh;
        overflow-y: hidden;
    }

    .double[b-mur56jcmx5] {
        width: 200%;
    }

    .mini-content[b-mur56jcmx5] {
        text-align: left;
        width: 100%;
    }

    .post-title[b-mur56jcmx5] {
        background-color: rgb(69 69 69 / 0.80);
        padding: 8px;
        border-radius: 8px;
        display: flex;
        text-align: left;
        flex-direction: column;
        margin-bottom: 10px;
    }

        .post-title h1[b-mur56jcmx5] {
            color: rgb(230, 230, 230);
            font-size: 6vh;
            font-weight: 500;
        }
}

/* _content/ElectrumDev Website/Shared/Blog/SideBar.razor.rz.scp.css */

.sidebar[b-tcxvhkzv82] {
	padding: 10px 15px;
	position: fixed;
	margin-top: 4rem;
	background-color: rgb(56, 56, 56, 0.5);
	width: 15%;
	height: 100vh;
	color: white;
	display: flex;
	flex-direction: column;
}

.search-container[b-tcxvhkzv82] {
	width: 100%;
	max-width: 100%;
	height: 150%;
	display: flex;
	justify-content: space-between;
}
.bar[b-tcxvhkzv82] {
	color: white;
	width: 80%;
	height: 100%;
	margin-right: 2%;
	float: left;
	padding: 4px 5px;
	background: rgb(141, 141, 141, 0.50);
	-webkit-backdrop-filter: blur(200px);
	border-radius: 8px;
	border: none;
	backdrop-filter: blur(200px) saturate(70%);
}

.bar:focus[b-tcxvhkzv82] {
	outline:none;
}

.icon[b-tcxvhkzv82] {
	width: 20%;
	height: 100%;
	float: right;
	border-radius: 8px;
	background: rgb(141, 141, 141, 0.50);
	-webkit-backdrop-filter: blur(200px);
	backdrop-filter: blur(200px) saturate(70%);
	font-size: 17px;
	border: none;
	cursor: pointer;
}
.icon i img[b-tcxvhkzv82]{
	width: 20px;
}

.drop-down[b-tcxvhkzv82] {
	font-weight: 500;
	color: white;
	width: 100%;
	padding: 8px 12px;
	font-size: 20px;
	border: none;
	background: rgb(99, 99, 99, 0.50);
	-webkit-backdrop-filter: blur(200px);
	backdrop-filter: blur(200px) saturate(70%);
	border-radius: 8px;
	text-align: left;
	margin-top: 20%;
}

.bottom-drop-down[b-tcxvhkzv82] {
	margin-left: 2%;
	margin-right: 2%;
	background: rgb(141, 141, 141, 0.40);
	-webkit-backdrop-filter: blur(200px);
	backdrop-filter: blur(200px) saturate(70%);
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-top: 0;
	padding: 8px 4px;
	animation: 3s ease 0s;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.create-post[b-tcxvhkzv82] {
	font-weight: 500;
	width: 100%;
	font-size: 20px;
	color: white;
	text-align: left;
	padding: 6px 10px;
	border-radius: 8px;
	border: none;
	background: -webkit-linear-gradient(56deg, rgb(25, 159, 222), #20e974);
	margin: auto;
	margin-bottom: 2%;
}
.create-post i[b-tcxvhkzv82] {
	float: right;
	padding-right: 8px;
	padding-bottom: 3px;
}

.create-tag[b-tcxvhkzv82] {
	font-weight: 500;
	width: 100%;
	font-size: 20px;
	color: white;
	text-align: left;
	padding: 6px 10px;
	border-radius: 8px;
	border: none;
	background-color: rgb(43, 83, 212);
	margin: auto;
	margin-bottom: 30%;
}

	.create-tag i[b-tcxvhkzv82] {
		float: right;
		padding-right: 8px;
		padding-bottom: 3px;
	}


.tag-zone[b-tcxvhkzv82] {
	margin: 0px;
	width: 100%;
	margin-top: 9%;
}

	.tag-zone span[b-tcxvhkzv82] {
		width: 100%;
		background-color: rgb(69 69 69 / 0.80);
		padding: 10px;
		padding-bottom: 0px;
		text-align: left;

		border-top-right-radius: 18px;
		border-top-left-radius: 18px;

		color: white;
	}

	.tag-zone .tag-zone-zone[b-tcxvhkzv82] {
		background-color: rgb(87 87 87 / 0.90);
		padding: 12px;

		border-bottom-right-radius: 18px;
		border-bottom-left-radius: 18px;
		margin-top: 0px;
	}


/* _content/ElectrumDev Website/Shared/BlogLayout.razor.rz.scp.css */
.background[b-ielvg9zy60] {
	background: linear-gradient(rgba(46,46,46,1) 7%, rgba(71,71,71,1) 35%, rgba(63,69,131,1) 68%, rgba(51,65,215,1) 93%);
	width: 100%;
	color: white;
}

.bg[b-ielvg9zy60] {
	background: linear-gradient(316deg, #14314c, #1b4861, #144247, #284156, #324263);
	background-size: 1000% 1000%;
	-webkit-animation: AnimationName 12s ease infinite;
	animation: AnimationName-b-ielvg9zy60 12s ease infinite;
}

@-webkit-keyframes AnimationName {
	0% {
		background-position: 4% 0%
	}

	50% {
		background-position: 97% 100%
	}

	100% {
		background-position: 4% 0%
	}
}

@keyframes AnimationName-b-ielvg9zy60 {
	0% {
		background-position: 4% 0%
	}

	50% {
		background-position: 97% 100%
	}

	100% {
		background-position: 4% 0%
	}
}
/* _content/ElectrumDev Website/Shared/Main/BasicInfo.razor.rz.scp.css */


.card[b-jwhdglicao] {
    border: none;
    background-size: cover;
    text-shadow: 5px black;
    background-color: rgba(43, 43, 43, 0.2);
    user-select: none;

    transition: 0.3s ease 0s;
}

.card h1[b-jwhdglicao] {
    text-align: left;
    display: flex;
    vertical-align: text-bottom;
    margin: auto;
    margin-bottom: 0;
    margin-left: 0;
}




#Programmer[b-jwhdglicao] {
    background-image: url("Images/PROGRAMMER2.jpg");

}

#WebDev[b-jwhdglicao] {
    background-image: url("Images/webdev2.jpg");

}

#Engineer[b-jwhdglicao] {
    background-image: url("Images/Engineering.jpg");

}

#Student[b-jwhdglicao] {
    background-image: url("Images/student3.jpg");

}

.card:hover[b-jwhdglicao] {
    background-color: rgba(43, 43, 43, 0.9);
    background-blend-mode: overlay;
}
.card:hover p[b-jwhdglicao] {
    transform: translate(0);
}

.card p[b-jwhdglicao] {
    transform: translate(-200vw);
}

@media (min-width: 960px) {
    .content-box[b-jwhdglicao] {
        display: flex;
        justify-content: space-between;
        color: white;
        width: 100%;
        padding: 5px 3%;
    }
        .content-box div[b-jwhdglicao] {
            width: 24%;
            min-height: 200px;
        }
}

@media (max-width: 960px) {
    .content-box[b-jwhdglicao] {
        color: white;
        width: 100%;
        padding: 5px 3%;
    }

        .content-box div[b-jwhdglicao] {
            margin-top: 5%;
            width: 100%;
            min-height: 200px;
        }

}
/* _content/ElectrumDev Website/Shared/Main/LandingPage.razor.rz.scp.css */
.landing-page[b-v4vcn1d1tt] {
    margin: auto; 
    padding: 0; 
    align-items: center; 
    text-align: center;
    height: 105vh;
}

    .landing-page h1[b-v4vcn1d1tt] {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 6vw;
        text-decoration: none;
        color: white;
        
    }

.container[b-v4vcn1d1tt] {
    display: flex;
    align-items: center; /* vertically center image and text */
    margin-top: 14vh;
}

    .container img[b-v4vcn1d1tt] {
        margin-right: 10px; /* space between image and text */
        margin-left: auto;
        width: 24px;
        height: auto;
    }

    .container p[b-v4vcn1d1tt] {
        margin: 0; /* remove default top/bottom margins */
        margin-right: auto;
        font-size: 16px;
    }

/* _content/ElectrumDev Website/Shared/Main/SlideCards.razor.rz.scp.css */
@media (min-width: 960px) {
	.slideleft[b-xuj2fiydl0] {
		margin-top: 8%;
		float: left;
		display: flex;
		justify-content: space-between;
		text-align: left;
		width: 65%;
		border: solid transparent 2px;
		transition: 0.3s ease 0s;
	}

		.slideleft img[b-xuj2fiydl0] {
			width: 15%;
			margin-right: 4%;
		}

		.slideleft p[b-xuj2fiydl0] {
			justify-content: center;
		}

	.slideright[b-xuj2fiydl0] {
		margin-top: 8%;
		float: right;
		display: flex;
		justify-content: space-between;
		text-align: left;
		width: 65%;
		border: solid transparent 2px;
		transition: 0.3s ease 0s;
	}

		.slideright img[b-xuj2fiydl0] {
			float: right;
			width: 15%;
			margin-left: 2%;
		}

		.slideright p[b-xuj2fiydl0] {
			justify-content: center;
		}
	.slideleft:hover[b-xuj2fiydl0] {
		border: solid white 2px;
	}

	.slideright:hover[b-xuj2fiydl0] {
		border: solid white 2px;
	}
}

@media (max-wdith: 960px) {


	.slideleft[b-xuj2fiydl0] {
		margin-top: 5%;
		border: solid white 2px;
	}

	.slideright[b-xuj2fiydl0] {
		margin-top: 5%;
		border: solid white 2px;
	}
	.slideleft:hover[b-xuj2fiydl0] {
		border: solid white 2px;
	}

	.slideright:hover[b-xuj2fiydl0] {
		border: solid white 2px;
	}

	img[b-xuj2fiydl0] {
		width: 10%;
	}
}
/* _content/ElectrumDev Website/Shared/MainLayout.razor.rz.scp.css */
.background[b-odksxw1ipe] {
    background: linear-gradient(rgba(46,46,46,1) 7%, rgba(71,71,71,1) 35%, rgba(63,69,131,1) 68%, rgba(51,65,215,1) 93%);
    width: 100%;
    color: white;
}

.bg[b-odksxw1ipe] {
    background: linear-gradient(316deg, #14314c, #1b4861, #144247, #284156, #324263);
    background-size: 1000% 1000%;
    -webkit-animation: AnimationName 12s ease infinite;
    animation: AnimationName-b-odksxw1ipe 12s ease infinite;

    min-height: 100vh;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 4% 0%
    }

    50% {
        background-position: 97% 100%
    }

    100% {
        background-position: 4% 0%
    }
}

@keyframes AnimationName-b-odksxw1ipe {
    0% {
        background-position: 4% 0%
    }

    50% {
        background-position: 97% 100%
    }

    100% {
        background-position: 4% 0%
    }
}

.NavBar[b-odksxw1ipe] {
    display: flex;
    position: sticky;
    width: 100%;
    padding: 5px 3%;
    background-color: rgb(56, 56, 56, 0);
    align-content: center;
    justify-content: space-between;
    vertical-align: central;
}

.icon[b-odksxw1ipe] {
    height: 50px;
    cursor: pointer;
}

.NavArea[b-odksxw1ipe] {
    display: flex;
    margin: auto;
    justify-content: space-between;
    padding-left: 5%;
    padding-right: 5%;
    width: 50%;
}

    .NavArea a[b-odksxw1ipe] {
        font-size: 18px;
        text-decoration: none;
        color: white;
        align-items: center;
        padding: 4px 20px;
        transition: 0.3s ease 0s;
    }

        .NavArea a:hover[b-odksxw1ipe] {
            border-radius: 18px;
            background-color: rgb(81, 81, 81, 0.90);
        }


.Contact[b-odksxw1ipe] {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 11px 16px;
    background-color: rgb(43, 83, 212);
    transition: 0.3s ease 0s;
    border-radius: 18px;
    text-align: center;
    vertical-align: central;
}

    .Contact:hover[b-odksxw1ipe] {
        color: black;
        background-color: white;
    }

.page[b-odksxw1ipe] {
    display: flex;
    flex-direction: column;
}

main[b-odksxw1ipe] {
    flex: 1;
}

.sidebar[b-odksxw1ipe] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-odksxw1ipe] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-odksxw1ipe]  a, .top-row .btn-link[b-odksxw1ipe] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-odksxw1ipe] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-odksxw1ipe] {
        display: none;
    }

    .top-row.auth[b-odksxw1ipe] {
        justify-content: space-between;
    }

    .top-row a[b-odksxw1ipe], .top-row .btn-link[b-odksxw1ipe] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-odksxw1ipe] {
        flex-direction: row;
    }

    .sidebar[b-odksxw1ipe] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-odksxw1ipe] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-odksxw1ipe], article[b-odksxw1ipe] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/ElectrumDev Website/Shared/PageFooter.razor.rz.scp.css */
footer[b-g3lccqr5jt] {
	position: sticky;
	margin: 0 auto;
	margin-top: 10vh;
	z-index: 3;
	padding: 2vh;
	background-color: rgb(56, 56, 56, 0.5);
	width: 100%;
	margin: 0 auto;
	margin-top: 5vh;
}

.center-bin[b-g3lccqr5jt] {
	width: fit-content;
	margin: auto;
}

.footer-flex[b-g3lccqr5jt] {
	display: flex;
	flex-direction: row;
	gap:5px;
}
/* _content/ElectrumDev Website/Shared/TopNav.razor.rz.scp.css */
.NavBar[b-cjb7i6cyrq] {
	z-index: 6;
	display: flex;
	position: fixed;
	width: 100%;
	padding: 5px 3%;
	background-color: rgb(56, 56, 56, 0.5);
	align-content: center;
	justify-content: space-between;
	vertical-align: central;
	flex-wrap: wrap;
}

.NavBarT[b-cjb7i6cyrq] {
	z-index: 6;
	display: flex;
	position: fixed;
	width: 100%;
	padding: 5px 3%;
	background-color: rgb(56, 56, 56, 0);
	align-content: center;
	justify-content: space-between;
	vertical-align: central;
	flex-wrap: wrap;
}

.icon[b-cjb7i6cyrq] {
	height: 40px;
	cursor: pointer;
	padding-left: 3vw;
}

.NavArea[b-cjb7i6cyrq] {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-left: 5%;
	padding-right: 5%;
	min-width: 25%;
	max-width: 40%;
	align-self: center;
	margin: auto;
}

	.NavArea a[b-cjb7i6cyrq] {
		font-size: 14px;
		font-weight: 500;
		text-decoration: none;
		color: white;
		align-items: center;
		padding: 4px 20px;
		transition: 0.3s ease 0s;
	}
		.NavArea a:hover[b-cjb7i6cyrq] {
			border-radius: 18px;
			background-color: rgb(81, 81, 81, 0.90);
			
		}

.acc-menu-item[b-cjb7i6cyrq] {
	font-size: 14px;
	text-decoration: none;
	color: white;
	align-items: center;
	padding: 4px 20px;
	transition: 0.3s ease 0s;
	color: white;
	font-size: 16px;
	background: none;
	border: none;
	margin: auto;
}
.acc-menu-item:hover[b-cjb7i6cyrq] {
	border-radius: 14px;
	background-color: rgb(81, 81, 81, 0.90);
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.acc-menu[b-cjb7i6cyrq] {
	position: relative;
	height: 0px;
	bottom: -1px;
}

.ins-menu[b-cjb7i6cyrq] {
	z-index: 7;
	padding: 12px;
	display: flex;
	flex-direction: column;
	background-color: rgb(69, 69, 69);
	width: 100%;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
	border-radius: 18px;
}

.Contact[b-cjb7i6cyrq] {
	font-weight: 500;
	align-self: end;
	color: white;
	text-decoration: none;
	font-size: 15px;
	padding: 7px 12px;
	background-color: rgb(43, 83, 212);
	border-radius: 18px;
	text-align: center;
	vertical-align: central;
	transition: 0.3s ease 0;
}

.Contact:hover[b-cjb7i6cyrq] {
	color: black;
	background-color: white;
}

.login[b-cjb7i6cyrq] {

	margin-left: 1%;
	font-weight: 500;
	align-self: end;
	color: black;
	text-decoration: none;
	font-size: 15px;
	padding: 7px 12px;
	background-color: white;
	border-radius: 18px;
	text-align: center;
	vertical-align: central;
	transition: 0.3s ease 0;
}

.account[b-cjb7i6cyrq] {
	z-index: 10;
	border: none;
	color: black;
	text-decoration: none;
	padding: 7px 12px;
	background-color: rgb(69, 69, 69);
	border-radius: 18px;
	text-align: center;
	vertical-align: central;
	display: flex;
	flex-direction: row;
}

	.login:hover[b-cjb7i6cyrq] {
		color: white;
		background: -webkit-linear-gradient(rgb(25, 159, 222), #20e974);
	}

.Open-NavBar[b-cjb7i6cyrq] {
	z-index: 6;
	display: flex;
	position: fixed;
	width: 100%;
	padding: 5px 3%;
	background-color: rgb(56, 56, 56);
	align-content: center;
	justify-content: space-between;
	vertical-align: central;
	flex-wrap: wrap;
}

.Open-NavArea[b-cjb7i6cyrq] {
	gap: 15px;
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: auto;
	justify-content: space-between;
	padding-left: 5%;
	padding-right: 5%;
	text-align: center;
}

	.Open-NavArea a[b-cjb7i6cyrq] {
		font-size: 20px;
		text-decoration: none;
		color: white;
		align-items: center;
		padding: 10px;
		width: 100%;
		border-radius: 8px;
		border: 2px rgb(81, 81, 81, 0.90)  solid;
		transition: 0.3s ease 0s;
	}

		.Open-NavArea a:hover[b-cjb7i6cyrq] {
			border-radius: 18px;
			background-color: rgb(81, 81, 81, 0.90);
		}

.small-nav[b-cjb7i6cyrq] {
	padding-top: 70px;
	background-color: rgb(56, 56, 56);
	position: fixed;
	z-index: 5;
	width: 100%;

	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}

.main-actions[b-cjb7i6cyrq] {
	display: flex;
	flex-direction: column;
	margin-top: 1vh;
	margin-bottom: 3vh;
	padding: 50px;
}

.mini-contact[b-cjb7i6cyrq] {
	font-weight: 600;
	color: white;
	text-decoration: none;
	font-size: 18px;
	padding: 15px;
	background-color: rgb(43, 83, 212);
	border-radius: 18px;
	text-align: center;
	vertical-align: central;
	transition: 0.3s ease 0;
	width: 100%;
}

	.mini-contact:hover[b-cjb7i6cyrq] {
		color: black;
		background-color: white;
	}

.mini-login[b-cjb7i6cyrq] {
	margin-top: 1vh;
	border: none;
	color: black;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	padding: 15px;
	background-color: white;
	transition: 0.3s ease 0s;
	border-radius: 18px;
	text-align: center;
	vertical-align: central;
}

	.mini-login:hover[b-cjb7i6cyrq] {
		color: white;
		background: -webkit-linear-gradient(rgb(25, 159, 222), #20e974);
	}
